home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / cafe_22.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  361 b   |  14 lines

  1. on exitFrame
  2.   global IQcursor
  3.   clearCursors()
  4.   repeat with i = 30 to 38
  5.     set the cursor of sprite i to IQcursor
  6.   end repeat
  7.   set the cursor of sprite 15 to IQcursor
  8.   set the cursor of sprite 16 to IQcursor
  9.   set the cursor of sprite 17 to IQcursor
  10.   set the cursor of sprite 18 to IQcursor
  11.   set the cursor of sprite 25 to IQcursor
  12.   go(the frame)
  13. end
  14.